3.248 \(\int \cos (a+b x) \tan ^2(c+b x) \, dx\)

Optimal. Leaf size=46 \[ -\frac{\sin (a-c) \sec (b x+c)}{b}+\frac{\cos (a-c) \tanh ^{-1}(\sin (b x+c))}{b}-\frac{\sin (a+b x)}{b} \]

[Out]

(ArcTanh[Sin[c + b*x]]*Cos[a - c])/b - (Sec[c + b*x]*Sin[a - c])/b - Sin[a + b*x]/b

________________________________________________________________________________________

Rubi [A]  time = 0.0391638, antiderivative size = 46, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 6, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.4, Rules used = {4579, 4576, 2637, 3770, 2606, 8} \[ -\frac{\sin (a-c) \sec (b x+c)}{b}+\frac{\cos (a-c) \tanh ^{-1}(\sin (b x+c))}{b}-\frac{\sin (a+b x)}{b} \]

Antiderivative was successfully verified.

[In]

Int[Cos[a + b*x]*Tan[c + b*x]^2,x]

[Out]

(ArcTanh[Sin[c + b*x]]*Cos[a - c])/b - (Sec[c + b*x]*Sin[a - c])/b - Sin[a + b*x]/b

Rule 4579

Int[Cos[v_]*Tan[w_]^(n_.), x_Symbol] :> Int[Sin[v]*Tan[w]^(n - 1), x] - Dist[Sin[v - w], Int[Sec[w]*Tan[w]^(n
- 1), x], x] /; GtQ[n, 0] && FreeQ[v - w, x] && NeQ[w, v]

Rule 4576

Int[Sin[v_]*Tan[w_]^(n_.), x_Symbol] :> -Int[Cos[v]*Tan[w]^(n - 1), x] + Dist[Cos[v - w], Int[Sec[w]*Tan[w]^(n
 - 1), x], x] /; GtQ[n, 0] && FreeQ[v - w, x] && NeQ[w, v]

Rule 2637

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rule 2606

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[a/f, Subst[
Int[(a*x)^(m - 1)*(-1 + x^2)^((n - 1)/2), x], x, Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n -
1)/2] &&  !(IntegerQ[m/2] && LtQ[0, m, n + 1])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin{align*} \int \cos (a+b x) \tan ^2(c+b x) \, dx &=-(\sin (a-c) \int \sec (c+b x) \tan (c+b x) \, dx)+\int \sin (a+b x) \tan (c+b x) \, dx\\ &=\cos (a-c) \int \sec (c+b x) \, dx-\frac{\sin (a-c) \operatorname{Subst}(\int 1 \, dx,x,\sec (c+b x))}{b}-\int \cos (a+b x) \, dx\\ &=\frac{\tanh ^{-1}(\sin (c+b x)) \cos (a-c)}{b}-\frac{\sec (c+b x) \sin (a-c)}{b}-\frac{\sin (a+b x)}{b}\\ \end{align*}

Mathematica [C]  time = 0.097455, size = 111, normalized size = 2.41 \[ -\frac{\sin (a-c) \sec (b x+c)}{b}-\frac{2 i \cos (a-c) \tan ^{-1}\left (\frac{(\sin (c)+i \cos (c)) \left (\sin (c) \cos \left (\frac{b x}{2}\right )+\cos (c) \sin \left (\frac{b x}{2}\right )\right )}{\cos (c) \cos \left (\frac{b x}{2}\right )-i \sin (c) \cos \left (\frac{b x}{2}\right )}\right )}{b}-\frac{\sin (a) \cos (b x)}{b}-\frac{\cos (a) \sin (b x)}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[a + b*x]*Tan[c + b*x]^2,x]

[Out]

((-2*I)*ArcTan[((I*Cos[c] + Sin[c])*(Cos[(b*x)/2]*Sin[c] + Cos[c]*Sin[(b*x)/2]))/(Cos[c]*Cos[(b*x)/2] - I*Cos[
(b*x)/2]*Sin[c])]*Cos[a - c])/b - (Cos[b*x]*Sin[a])/b - (Sec[c + b*x]*Sin[a - c])/b - (Cos[a]*Sin[b*x])/b

________________________________________________________________________________________

Maple [C]  time = 0.085, size = 149, normalized size = 3.2 \begin{align*}{\frac{{\frac{i}{2}}{{\rm e}^{i \left ( bx+a \right ) }}}{b}}-{\frac{{\frac{i}{2}}{{\rm e}^{-i \left ( bx+a \right ) }}}{b}}-{\frac{i \left ( -{{\rm e}^{i \left ( bx+3\,a \right ) }}+{{\rm e}^{i \left ( bx+a+2\,c \right ) }} \right ) }{b \left ({{\rm e}^{2\,i \left ( bx+a+c \right ) }}+{{\rm e}^{2\,ia}} \right ) }}-{\frac{\ln \left ({{\rm e}^{i \left ( bx+a \right ) }}-i{{\rm e}^{i \left ( a-c \right ) }} \right ) \cos \left ( a-c \right ) }{b}}+{\frac{\ln \left ({{\rm e}^{i \left ( bx+a \right ) }}+i{{\rm e}^{i \left ( a-c \right ) }} \right ) \cos \left ( a-c \right ) }{b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(b*x+a)*tan(b*x+c)^2,x)

[Out]

1/2*I*exp(I*(b*x+a))/b-1/2*I/b*exp(-I*(b*x+a))-I/b/(exp(2*I*(b*x+a+c))+exp(2*I*a))*(-exp(I*(b*x+3*a))+exp(I*(b
*x+a+2*c)))-1/b*ln(exp(I*(b*x+a))-I*exp(I*(a-c)))*cos(a-c)+1/b*ln(exp(I*(b*x+a))+I*exp(I*(a-c)))*cos(a-c)

________________________________________________________________________________________

Maxima [B]  time = 1.96875, size = 710, normalized size = 15.43 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*tan(b*x+c)^2,x, algorithm="maxima")

[Out]

1/2*((sin(3*b*x + a + 2*c) + sin(b*x + a))*cos(4*b*x + 2*a + 2*c) - 3*(sin(2*b*x + 2*a) - sin(2*b*x + 2*c))*co
s(3*b*x + a + 2*c) - (cos(3*b*x + a + 2*c)^2*cos(-a + c) + 2*cos(3*b*x + a + 2*c)*cos(b*x + a)*cos(-a + c) + c
os(b*x + a)^2*cos(-a + c) + cos(-a + c)*sin(3*b*x + a + 2*c)^2 + 2*cos(-a + c)*sin(3*b*x + a + 2*c)*sin(b*x +
a) + cos(-a + c)*sin(b*x + a)^2)*log((cos(b*x + 2*c)^2 + cos(c)^2 - 2*cos(c)*sin(b*x + 2*c) + sin(b*x + 2*c)^2
 + 2*cos(b*x + 2*c)*sin(c) + sin(c)^2)/(cos(b*x + 2*c)^2 + cos(c)^2 + 2*cos(c)*sin(b*x + 2*c) + sin(b*x + 2*c)
^2 - 2*cos(b*x + 2*c)*sin(c) + sin(c)^2)) - (cos(3*b*x + a + 2*c) + cos(b*x + a))*sin(4*b*x + 2*a + 2*c) + (3*
cos(2*b*x + 2*a) - 3*cos(2*b*x + 2*c) - 1)*sin(3*b*x + a + 2*c) - 3*cos(b*x + a)*sin(2*b*x + 2*a) + 3*cos(b*x
+ a)*sin(2*b*x + 2*c) + 3*cos(2*b*x + 2*a)*sin(b*x + a) - 3*cos(2*b*x + 2*c)*sin(b*x + a) - sin(b*x + a))/(b*c
os(3*b*x + a + 2*c)^2 + 2*b*cos(3*b*x + a + 2*c)*cos(b*x + a) + b*cos(b*x + a)^2 + b*sin(3*b*x + a + 2*c)^2 +
2*b*sin(3*b*x + a + 2*c)*sin(b*x + a) + b*sin(b*x + a)^2)

________________________________________________________________________________________

Fricas [B]  time = 0.535624, size = 857, normalized size = 18.63 \begin{align*} \frac{4 \,{\left (\cos \left (-2 \, a + 2 \, c\right ) + 1\right )} \cos \left (b x + a\right ) \sin \left (b x + a\right ) + \frac{\sqrt{2}{\left ({\left (\cos \left (-2 \, a + 2 \, c\right ) + 1\right )} \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) -{\left (\cos \left (-2 \, a + 2 \, c\right )^{2} + 2 \, \cos \left (-2 \, a + 2 \, c\right ) + 1\right )} \cos \left (b x + a\right )\right )} \log \left (\frac{2 \, \cos \left (b x + a\right )^{2} \cos \left (-2 \, a + 2 \, c\right ) - 2 \, \cos \left (b x + a\right ) \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) - \frac{2 \, \sqrt{2}{\left ({\left (\cos \left (-2 \, a + 2 \, c\right ) + 1\right )} \sin \left (b x + a\right ) + \cos \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right )\right )}}{\sqrt{\cos \left (-2 \, a + 2 \, c\right ) + 1}} - \cos \left (-2 \, a + 2 \, c\right ) - 3}{2 \, \cos \left (b x + a\right )^{2} \cos \left (-2 \, a + 2 \, c\right ) - 2 \, \cos \left (b x + a\right ) \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) - \cos \left (-2 \, a + 2 \, c\right ) + 1}\right )}{\sqrt{\cos \left (-2 \, a + 2 \, c\right ) + 1}} + 4 \,{\left (\cos \left (b x + a\right )^{2} - 2\right )} \sin \left (-2 \, a + 2 \, c\right )}{4 \,{\left (b \sin \left (b x + a\right ) \sin \left (-2 \, a + 2 \, c\right ) -{\left (b \cos \left (-2 \, a + 2 \, c\right ) + b\right )} \cos \left (b x + a\right )\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*tan(b*x+c)^2,x, algorithm="fricas")

[Out]

1/4*(4*(cos(-2*a + 2*c) + 1)*cos(b*x + a)*sin(b*x + a) + sqrt(2)*((cos(-2*a + 2*c) + 1)*sin(b*x + a)*sin(-2*a
+ 2*c) - (cos(-2*a + 2*c)^2 + 2*cos(-2*a + 2*c) + 1)*cos(b*x + a))*log((2*cos(b*x + a)^2*cos(-2*a + 2*c) - 2*c
os(b*x + a)*sin(b*x + a)*sin(-2*a + 2*c) - 2*sqrt(2)*((cos(-2*a + 2*c) + 1)*sin(b*x + a) + cos(b*x + a)*sin(-2
*a + 2*c))/sqrt(cos(-2*a + 2*c) + 1) - cos(-2*a + 2*c) - 3)/(2*cos(b*x + a)^2*cos(-2*a + 2*c) - 2*cos(b*x + a)
*sin(b*x + a)*sin(-2*a + 2*c) - cos(-2*a + 2*c) + 1))/sqrt(cos(-2*a + 2*c) + 1) + 4*(cos(b*x + a)^2 - 2)*sin(-
2*a + 2*c))/(b*sin(b*x + a)*sin(-2*a + 2*c) - (b*cos(-2*a + 2*c) + b)*cos(b*x + a))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \cos{\left (a + b x \right )} \tan ^{2}{\left (b x + c \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*tan(b*x+c)**2,x)

[Out]

Integral(cos(a + b*x)*tan(b*x + c)**2, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \cos \left (b x + a\right ) \tan \left (b x + c\right )^{2}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)*tan(b*x+c)^2,x, algorithm="giac")

[Out]

integrate(cos(b*x + a)*tan(b*x + c)^2, x)